home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / SS24X2.ZIP / BATCH / END.BAT next >
DOS Batch File  |  1992-06-22  |  229b  |  12 lines

  1. @echo off
  2. :FirstDisk
  3. rem ** Get Disk 1 back into the drive
  4. rem ** %1 and %2 still carried over
  5. cls
  6. echo Insert SpeedStar 24X Disk 1 back into your floppy drive.
  7. echo.
  8. pause
  9. if not exist %2\gis.exe goto FirstDisk
  10.  
  11. :End
  12.